Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Java Book
1) 001 Language Basics
2) 002 Class
3) 003 Essential Classes
4) 004 File Stream
5) 005 Collection
6) 006 Networking
7) 007 Thread Conncurrent
8) 008 Reflection
008 Reflection
1) 0408 What is Reflection
2) 0409 Class Reflection
3) 0410 Cast to sub class
4) 0411 Cast object to the class or interfacd
5) 0412 Get annotations
6) 0413 Find out the name
7) 0414 Get all classes contained
8) 0415 Get the class loader
9) 0416 Component type of an array
10) 0417 Get the contructors from a class
11) 0418 Get fields, methods and classes
12) 0419 Get method and constructor for a inner or local class
13) 0420 Get enum constants for a Enum
14) 0421 Get fields
15) 0422 Get interface
16) 0423 Get super class
17) 0424 Get the modifiers
18) 0425 Get the package
19) 0426 Get the ProtectionDomain
20) 0427 Get resources
21) 0428 Get the signers of this class
22) 0429 Get the type parameters
23) 0430 Check the class type
24) 0431 Create new instance
25) 0432 Convert class to string
26) 0433 Constructor Reflection
27) 0434 Get the declaring class
28) 0435 Get the generic exception types
29) 0436 Get the generic parameter types
30) 0437 Get the modifiers
31) 0438 Get the name of the contructor
32) 0439 Get parameters annotation, type
33) 0440 Get typed parameters
34) 0441 Is this contructor a Synthetic, and does it have the variable number of arguments
35) 0442 Create new instance using the Contructor
36) 0443 String representation of the contructor
37) 0444 Field Reflection
38) 0445 Is this field an Enum, is it Synthetic
39) 0446 Get annotation for this field
40) 0447 Get the class for this field
41) 0448 Set field value with Reflection
42) 0449 Get the string representation of a field
43) 0450 Method Reflection
44) 0451 Get its class or interface
45) 0452 Get default value for the annotation member
46) 0453 Get declared exceptions
47) 0454 Get parameter types
48) 0455 Get return type
49) 0456 Get modifiers and name for this method
50) 0457 Get annotations on the formal parameters
51) 0458 Get the type variables for this method
52) 0459 Invoke this method
53) 0460 Is this method bridge method, synthetic method and has variable number of arguments
54) 0461 Get the string representation of the method
55) 0462 Modifier Reflection
56) 0463 Package Reflection
57) 0464 Get all packages
58) 0465 Get the annotations
59) 0466 Get implementation title, vendor and version
60) 0467 Get the package name
61) 0468 Get the specification title, vendor and version
62) 0469 Is Annotation present
63) 0470 Is this Package compatible with passed in package
64) 0471 Is this Package sealed
65) 0472 Get the string representation of the Package
66) 0473 Array
67) 0474 Get value from an Array
68) 0475 Create new Array instance
69) 0476 Set value to an Array